home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v7n17.arc / DCACHE.DOC < prev    next >
Text File  |  1988-09-13  |  2KB  |  43 lines

  1.  
  2. DCACHE
  3. Command
  4.  
  5. Douglas Boling                     
  6. 1988 No. 17 (Utilities)
  7.  
  8.  
  9. Purpose:    A memory-resident hard disk cache that speeds disk Input/Output
  10. by holding recently-accessed data in RAM, where it can be more quickly retrieved
  11. than by being read again from the hard disk.
  12.     
  13. Format:    DCACHE [/OFF | /ON] [/U] [/Mx] [/E] [/Hx]
  14.     
  15. Remarks:    When entered without any of its optional parameters, DCACHE
  16. installs and activates itself as a 64KB conventional (DOS) memory cache for the
  17. primary hard disk drive in the system.  The size of the cache, in kilobytes, can
  18. be varied by inclusion of the /Mx parameter, where x may be any one of the
  19. following values:  16, 32, 64, 128, 256, 512, 1024, 2048, 4096, or 8192. 
  20. Expanded memory that conforms to the Lotus/Intel/Microsoft Expanded Memory
  21. specification can be used in place of regular DOS memory by loading DCACHE with
  22. the optional /E parameter.  
  23.  
  24.     The /Hx parameter specifies which of two physical hard disks are to be
  25. cached:  /H0 is the default primary drive and /H1 is the secondary drive.  Note
  26. that a hard disk that is logically partitioned into several smaller drives is
  27. considered as a single drive by DCACHE.  DCACHE cannot be set to cache floppy
  28. disk drives, but this need can be met by entering the BUFFERS=3 command as a
  29. line in the system's CONFIG.SYS.
  30.  
  31.     After DCACHE has been installed, caching may be disabled or re-enabled
  32. by issuing the DCACHE /OFF or DCACHE /ON commands.  DCACHE /U uninstalls the
  33. program from memory if no subsequent terminate-stay-resident program has been
  34. loaded and if BIOS interrupt 13h has not been changed since DCACHE was
  35. installed.
  36.  
  37.     DCACHE may be executed either from the DOS prompt or as a line in an
  38. AUTOEXEC.BAT file.  The DCACHE syntax may be reviewed by entering DCACHE ?
  39. before or after loading the program.  In the latter case, only the /OFF, /ON,
  40. and /U options will be displayed.  In addition to the memory reserved for the
  41.  cache itself, DCACHE occupies approximately 1,200 bytes of RAM. 
  42.  
  43.